home *** CD-ROM | disk | FTP | other *** search
/ Mesolore / Mesolore - Disc 1.iso / pc / data / glossary.dir / 00003_Script_3 < prev    next >
Text File  |  2001-03-05  |  391b  |  21 lines

  1. Global gDebateText
  2.  
  3. on prepareframe
  4.   if the machinetype = 256 then
  5.     
  6.     if member("indexcaps").lineheight <> 11 then
  7.       set the lineheight of member "indexcaps" = 11
  8.     end if
  9.   end if
  10. end 
  11. on exitFrame
  12.   repeat with x in[20,21,22,23,24,25,26,27,28,29,30]
  13.     if rollover(x) then
  14.       roll x
  15.     else
  16.       unroll x
  17.     end if
  18.   end repeat
  19.   
  20.   go the frame
  21. end